Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

periodic payment

Showing 17 posts related with periodic payment.

  • Post Thumbnail

    Leased Transactions: Securing Advanced Smart Contract Design

    Certain smart contracts can benefit from defining a Lease parameter, which can provide security for exclusive transaction execution, mitigate fee variability, and enable long-running smart contracts. Learn when and how to use Leases in this article.

    Ryan R. Fox
    Ryan R. Fox Algorand
  • Post Thumbnail

    Build Algorand iOS, Android and UWP apps using C# .NET SDK and Xamarin

    This solution shows how to build an Algorand application for iOS, Android and Universal Windows Platform (UWP), with one code base, using Xamarin Forms and C#.

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    Securities and Permissioned Tokens

    This article presents a design of permissioned / securities tokens on Algorand. We will implement company shares using ASA and smart contracts with Algo Builder.

    Robert Zaremba
    Robert Zaremba Algorand Builder
  • Post Thumbnail

    PyTeal — Writing Algorand Smart Contracts in Python

    PyTeal is a python language binding for Algorand Smart Contracts (ASC) that abstracts away the complexities in writing smart contracts. PyTeal is provided as an open-source tool for the Algorand community. We invite you to try, use, and contribute to PyTeal if you are interested in developing and deploying ASC’s in Python.

    Shumo Chu
    Shumo Chu Algorand
  • Post Thumbnail

    Updated PyTeal Resources

    PyTeal, a language binding for TEAL, is a community project created to make writing Algorand Smart Contracts (ASC) easier. This article summarizes the latest resources available to start building Algorand Smart Contracts in Python.

    Liz Baran
    Liz Baran Algorand
  • Post Thumbnail

    Smart Contract SDK Usage Updated to V2

    The feature guide for accessing a TEAL program from an SDK is updated for V2. This guide contains SDK samples using TEAL programs with contract accounts or delegated signatures.

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    Case Study: OneStep Disaster Relief Platform Built on Algorand

    This article describes the development of a comprehensive disaster relief platform powered by the Algorand blockchain.

    Nitya Timalsina
    Nitya Timalsina One Step Projects / Harvard
  • Post Thumbnail

    Creating a Point-of-Sale Application with the Algorand Blockchain

    We show how to use Algorand’s blockchain to create an alternative payment solution for processing retail transactions. The solution demonstrates a point-of-sale application and a signing wallet.

    Eric Gieseke
    Eric Gieseke Algorand
  • Post Thumbnail

    ASA Bidding Application Using PyTeal

    Solution that explains a system developed on the Algorand network that does automated bidding for an asset of interest for a predefined period of time. The app is developed using PyTeal and py-algorand-sdk

    Vilijan Monev
    Vilijan Monev
  • Post Thumbnail

    Tic-Tac-Toe dApp

    Design and deploy the Tic-Tac-Toe game on the Algorand blockchain. The game logic is implemented as a Stateful Smart Contract using PyTeal while the communication with the network is done using the py-algorand-sdk.

    Vilijan Monev
    Vilijan Monev
  • Post Thumbnail
    Intermediate · 1 hour +
    Python icon

    Milestone Dapp Built with Pyteal

    We will build a decentralized milestone based application using pyteal and Python. PyTeal is used to write the smart contracts whereas interacting with them is done via Python using the `py-algorand-sdk`.

    Oluwatunmise Olatunbosun
    Oluwatunmise Olatunbosun
  • Post Thumbnail
    Beginner · 30 minutes
    JavaScript icon

    Using Azure Key Vault for Wallet Transactions using JavaScript

    The aim of this tutorial to teach how to use Azure KeyVault to store secret and retrieve the secret to sign transactions and recover account.

    Glory Agatevure
    Glory Agatevure Africinnovate
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Scheduling Transactions for Sending in the Future

    This tutorial shows how to schedule a payment transaction. Instead of processing the payments now, you can schedule if for a future date/time.

    Blaise Bayuo
    Blaise Bayuo Developer Ambassador
  • Post Thumbnail
    Intermediate · 1 hour
    Python icon

    Creating a License Manager Contract utilizing PyTEAL and Inner Transactions

    This tutorial will introduce the reader to using Inner Transactions in PyTEAL using an example scenario: A License Manager Contract

    Julian Weber
    Julian Weber
  • Post Thumbnail
    Intermediate · 1 hour
    Python icon

    Sending Rewards to ICO Investors Using Batch Transactions in Python

    In the early stages of their project, ASA creators are supported by the contributions of early investors. In this tutorial, we will look at how you can obtain all the transactions that have been made to your wallet and reward donors with your token.

    Marc Fresquet Rius
    Marc Fresquet Rius ASA Portfolio
  • Post Thumbnail

    Linking Algorand Stateful and Stateless Smart Contracts

    This article discussing linking stateful and stateless smart contracts and why it makes sense in many applications.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail
    Intermediate · 1 hour
    JavaScript icon

    Building a lending pool using Reach

    A lending pool is a contract which can be use to lend and borrow funds, tokenize debt and track interest earned or due. We will use Reach to build such a lending pool and see how the high level features make it easy to write such complex apps.

    Anmol
    Anmol